home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / utils / wf101.zip / WF.DOC next >
Text File  |  1996-06-05  |  9KB  |  195 lines

  1. WF - Wild Find, Version 1.01, (960603) (C) NPL Corporation 1988, 1996.
  2.  
  3. Find Files in or View Archive Directories of
  4.     ARC, ARJ, COM, DWC, EXE, GZ, HA, HAP, HPK, ICE, LBR, LZH, LZS, MD, NWPACK,
  5.         OS/2 PACK, PAK, PUT, RAR, SQZ, Z, ZIP, ZOO and more files.
  6.  
  7.  Usage:
  8.     WF [d:][startpath][pattern] [switches]
  9.  
  10.  Switches:
  11.     /W Wide Listing In 5 Columns      /C Continuous Listing
  12.     /A Archives Contents Listing      /? This Help Screen
  13.     /Nyymmdd newer than yymmdd        /Oyymmdd Older than yymmdd
  14.  
  15.  Wild Cards like OS/2:
  16.   * matches any number of characters  e.g. *O*C* matches cOmmand.Com
  17.    ? matches any single character      e.g. ?.EXE matches Q.exe
  18.  
  19.  While searching: <ESC> cancels <ANYKEY> pauses.
  20.  While pausing:   <C> continuous mode <P> page mode.
  21.  
  22. For Whom:
  23. =========
  24.         Anybody who occasionally loses track of the location of files. "I
  25.         must have it somewhere ...." should sound familiar. If dir /s
  26.         can't do the job or e.g.  Vernon D.  Buerg's FV.COM is too limited
  27.         or inaccurate.  If you're only looking for DOS-files FF or a
  28.         similar utility is much faster !!
  29.  
  30. Description:
  31. ============
  32.  
  33.         WF recursively descends the directory tree (starting in the
  34.         supplied drive/dir; default current drive and current dir) and
  35.         searches for the file pattern specified; matching files are
  36.         displayed on the console regardless of their date.
  37.  
  38.         Features:      scans all files for archive signatures no matter
  39.                        what extension.
  40.  
  41.                        scans for archives in archives (this only works
  42.                        with 'stored' archives) no matter how deep they
  43.                        are nested.
  44.  
  45.                        OS/2-like wildcards makes it possible to find
  46.                        files by a part of their filename or extension.
  47.                        The period character if present is treated as a
  48.                        normal character.
  49.  
  50.                        supports more archive types than any other utility
  51.                        available today. (exception QAZ 3.09 but hangs
  52.                        frequently with my testarchives)
  53.  
  54.         Commandline:   [d:]        optional drive to search.
  55.                        [startpath] optional startpath may be relative to
  56.                                    current dir or absolute.
  57.                        [pattern]   OS/2-like file specification.
  58.  
  59.                        if no commandline is given WF will prompt you
  60.  
  61.         Switches:
  62.                        /? displays a helpscreen
  63.                        /C starts the program in continous listing mode
  64.                           the output can be paused by hitting a key.
  65.                        /A changes the default behaviour from filefinder
  66.                           to list all files in matching archives.
  67.                        /W brief listing in 5 columns.
  68.                        /N find files newer than yymmdd
  69.                        /O find files older than yymmdd
  70.  
  71.  
  72.         Defaults:       search normal files as well as compressed files,
  73.                         start in current dir of current drive, search for all
  74.                         files, pause at the page end, give verbose output.
  75.  
  76. History:
  77. ========
  78.         wf   - version   1.01  updated RAR
  79.         wf   - version   1.0   finally fixed redirection
  80.                                added InstallShield for Windows archives
  81.         wf   - version   0.99x added more archivers
  82.         wf   - version   0.993 HPACK 0.75 & 0.78 added
  83.         wf   - version   0.992 NWPACK added
  84.         wf   - version   0.991 RAR added
  85.                                UNPACK added
  86.                                /O /N options added
  87.         wf   - version   0.96  COM (LHARC sfx) added.
  88.         wf   - version   0.95  MD  added MD archive types.
  89.                                    added compressed size to output of /A
  90.                                LZH fixed type 1 & 2 header bug.
  91.                                SQZ fixed SQZ header overflow.
  92.                                DWC added path recognition.
  93.                                DWC fixed time conversion.
  94.                                PUT added support for V2.20
  95.         wf   - version   0.94  first public ß version for DOS.
  96.         wf/2 - version   0.94  first public ß version for IBM OS/2 2.x.
  97.         wf   - version < 0.94  limited test releases
  98.  
  99. Known bugs and anomalities.
  100. ===========================
  101.         On some networked systems the standard Borland C functions for
  102.         reading files give erroneous results WF may not find all of
  103.         the files in archives.
  104.  
  105.         Since most archivers change their file formats between version
  106.         changes WF may report garbage or loop.
  107.  
  108.         Not every writer has publicly and/or correctly documented their
  109.         archive formats so i had to reverse-engineer most of them.
  110.         WF has been tested with the following archivers:
  111.  
  112.         PKZIP         1.1-2.04g  by PKWARE Inc.
  113.         ARJ           2.50       by Robert K. Jung.
  114.         LHA           1.13-2.13  by Haruyasu Yoshizaku.
  115.         ZOO           2.10       by Rahul Desi.
  116.         ARC           3.60       by PKWARE Inc.
  117.         DWC           5.10       by Dean W. Cooper.
  118.         HAP           3.00       by Hamarsoft.       (no V2.10 support)
  119.         HPACK         0.75       by Peter Gutman LSB version
  120.         HPACK         0.78       by Peter Gutman MSB version
  121.         HYPER         2.50       by P. Sawatzki & K.P. Nischke
  122.         LUU           2.13       by Vernon D.Buerg.
  123.         LARC          3.33       by K. Miki, H. Okumara & K. Masuyama.
  124.         PAK           2.51       by Nogate Consulting.
  125.         PUT           1.00       by Jim Hass.
  126.         SQZ           1.08.3     by J.I. Hammarberg.
  127.         MDCD          1.00       by Mike DavenPort
  128.         UNPACK        3.0        by IBM for OS/2 1+
  129.         RAR           2.00       by Eugene Roshall
  130.         UNPACK        ??         by IBM(R)
  131.         NWUNPACK      ??         by NOVELL(R)
  132.         INSTALLSHIELD ??         by ??
  133.         Z             ??         by ??
  134.         GZIP          ??         by ??
  135.  
  136.         If you have any constructive comments or discovered features
  137.         not mentioned in this document. Send them to the address beneath.
  138.  
  139. Future Enhancements
  140. ===================
  141. Even more archive type support, enhancements you or I see fit.
  142.  
  143. Other Utilities by the same author
  144. ==================================
  145. MNU          Novell Menu compatible Menu system
  146.              reads standard .MNU files with enhancments.
  147. 1001         Batch Enhancer
  148.              much like symantecs BE
  149. NWC          Novell workstation check
  150.              is IPX, NETX, VLM or ODI stack loaded, find login drive etc.
  151. IPXCOPY      copy (hard)disks over IPX.
  152.              multiply installed software to multiple similar PC's
  153.              no matter what OS.
  154. DC           (de)compress (hard)disks to/from imagefile.
  155.              multiply installed software to similar PC's
  156.              no matter what OS.
  157. NV           (Netware) Version scanner
  158.              faster and more descriptive than version.
  159.  
  160. Legal stuff
  161. ===========
  162. All mentioned products are copyright of their respective owners.
  163. NPL Corporation can not take any responsibilties for the consequences
  164. of using it's products.
  165.  
  166. About WF
  167. ===============
  168. If you find this program useful in any way, you are kindly requested to send
  169. me some money (dfl 20.00/us $10.00 suggested, or whatever you think it's worth).
  170. This is no obligation whatsoever; however, if you do send me money, you will
  171. be informed of my other utilities. (both present and future, of the same
  172. category: programs that make life a little easier).
  173.  
  174. [Note to US users: if you'd like to register: if possible for you, please
  175. try not to send me a cheque, but try something else (if possible, again).
  176. The handling charges charged by my bank on a US cheque are about us $4.75
  177. (there's dfl 0.50 left over from a us $5.- cheque.)]
  178.  
  179. If you do send me some money, you should state "WF versionNo.", and if
  180. possible how or where you received this program.
  181.  
  182. You are encouraged to copy this program, and to give it away to everyone that
  183. might be interested, but please do not spread modified copies of this program.
  184.  
  185. If you have any questions, you can always contact me, and I will try to answer
  186. them...
  187.  
  188. Nico Looije, (100565.1437@Compuserve.com)
  189. Prins der Nederlandenstraat 9,
  190. 3151 SB Hoek van Holland,
  191. The Netherlands.
  192.  
  193. Postal Giro account: #5135902 - N.P. Looije - Hoek van Holland.
  194. Bank account:        #32.32.77.314 ("RaboBank") - N.P. Looije, Hoek van Holland
  195.